home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineButton2_253 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  98 b   |  7 lines

  1. on(release){
  2.    if(_parent.popup._currentframe == 1)
  3.    {
  4.       this.closeoverlay();
  5.    }
  6. }
  7.